#body	{
		background: #ffffff;
		margin-left: 200px;
		margin-right: 200px;
		border-top: 1px ;
		border-bottom: 1px ;
		
	}
	
body {
	font-family: Arial;
		font-size: 16px;
	}
#nav1	{
		background: #5a78f9;
		text-align: center;
		border-bottom: 1px solid black;
		color: #ffffff;
		font-family: Calibri;
		font-size: 18px;
		font-weight:bold;
		text-decoration: none;
	}
	
#design{
	float:right;
	padding:0 0 5px 0;	
	overflow:hidden;
	margin-right:10px;
}


	a 	{	color: #ffffff;
		text-decoration: none; }

a:hover 	{	
		color: #6399cd;
	background-color:#EFF4FA
	
		}
#carousel {
	
		
	margin:0 auto;
	overflow:hidden;
}



#slides {
 display: block;
  
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	
	height:550px;
	
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	left:0;
	
	margin-top:30px;
	list-style:none;
	right:10px;
	width:300px;


}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:1px;
	height:250px;	
	float:left;
	
	
}

#slides li img {
	width:1000px;
	height:500px;
	margin-right: 5px;
	margin-left: 5px;
	
		border-top: 1px ;
		border-bottom: 1px ;

}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
}

#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(arrow.gif) 0 -31px no-repeat; 
}

a#prev:hover {
	background:url(arrow.gif) 0 0 no-repeat;
}

a#next {
	background:url(arrow.gif) -32px -31px no-repeat; 
}

a#next:hover {
	background:url(arrow.gif) -32px 0 no-repeat;
}

